<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{
    box-sizing: border-box;
}
body&gt;*{
    box-sizing: inherit;
}
.opacity0{
    opacity: 0;
}
.clearfix::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.text-center{
    text-align: center;
}
.justify-center{
    justify-content: center;
}
.align-center{
    align-items: center;
}
.flex-column{
    flex-direction: column;
}
.w50{
    width: 50%;
}
.text-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis ;
}
.d-flex{
    display: flex;
}
.au-container{
    width: 991px;
    margin: 0 auto;
}
.au-header{
    margin-bottom: 29px;
}
 .au-body{
    margin-bottom: 25px;
}
.au-banner{
    margin-bottom: 1px;
    position: relative;
    height: 264px;
    background: url(../images/banner.png) no-repeat 0 0;
    background-size: cover;
}
.au-banner .language{
    position: absolute;
    right: 16px;
    top: 18px;
    font-size: 12px;
    color: #fff;
}
.au-banner .form-wrapper{
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index:1;
}
.au-banner .form-wrapper form{
    display: flex;
}

.form-wrapper input{
    margin-bottom: 16px;
    width: 100%;
}
.au-nav{
    padding-left: 10px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f1efe0;
}
.au-menu--item{
    padding: 10px 0;
    display: inline-block;
    line-height: 2;
    text-align: center;
    color: #fff;
}
.au-menu--item a{
    font-size: 18px;
    display: block;
    font-weight: bolder;
    color: #000;
    padding:0 40px;
}
.au-menu--item+.au-menu--item a{
    border-left: 1px solid #999;
}
.au-nav input{
    width: 115px;
}
.au-section{
    display: flex;
}
.au-wrapper{
    display: flex;
}

.au-column--right{
   flex: 1;
}
.au-column--right .more-wrapper{
    text-align: right;
    font-size: 14px;
}
.news-top--bar{
    margin-bottom: 20px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1efe0;
}
.news-top--bar.noborder{
    border-top: none;
}
.news-top--bar .title{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}
.news-top--bar .more{
    font-size: 12px;
    color: #009edb;
}
.main-title{
    margin-bottom: 18px;
    font-size: 17px;
	font-weight: bold;
	line-height: 24px;
	color: #00468d;
    text-align: center;
}
.main-news-content{
    flex:1;
}
.main-news-content p{
    text-indent: 28px;
    color: #00468d;
    line-height: 26px;
}
.news-wrapper{
    flex:1;
    margin-bottom: 37px;
}
.news-list{
    padding-left: 9px;
}
.news-link{
    padding-left: 20px;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis ;
	font-size: 14px;
    line-height: 2;
    color: #000;
}
.news-link::before{
    content: '';
    display: block;
    position: absolute;
    left:0;
    top:12px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #000;
}
.top-message{
    padding: 0 13px;
    margin-bottom: 32px;
    color: #fff;
}
.top-message .title {
    margin-bottom: 24px;
	font-size: 18px;
    text-align: center;
}
.top-message p{
    text-indent: 28px;
    font-size: 14px;
    line-height: 2;
}
.to-message--nav li {
    margin-bottom: 19px;
    text-align: center;
}
.to-message--nav li a{
    color:#000;
}
.info-wrapper .info-item {
   text-align: left;
}
.au-section .list li img{
    margin-right: 10px;
    width: 76px;
    vertical-align: top;
}
.au-section .list li span{
    font-size: 14px;
    color: #000;
}
.au-section .more{
    margin-bottom: 59px;
    text-align: right;
    color: #fff;
}
.au-section .more a{
    font-size: 14px;
}

.au-column--left .form-wrapper{
    margin: 0 auto;
    width: 118px;
}

.consulate-item {
    line-height: 2;
}
.consulate-item .icon{
    display: inline-block;
    margin-right: 10px;
    font-size: 10px;
}
.au-column--left{
    padding-top: 23px;
    margin-right: 20px;
    flex: 0 0 192px;
    background: #009edb;
}
.au-column--left {
    padding-bottom: 50px;
}
.au-column--left .title-bar{
    width: 100%;
    height: 30px;
    text-align: center;
    background: #406b99;
    font-size: 15px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
}

.au-column--left .au-section .title{
    position: relative;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #d9d9d9;
    color: #fff;
    flex:1;
}
.au-column--left .au-section .title span{
    color: #fff;

}
.au-column--left .au-section .title.sub::after{
    content: url('../images/001.png');
    position: absolute;
    left: 75%;
    top: 35%;
    width: 13px;
    vertical-align: middle;
}
.au-column--left .au-section .section-main{
    padding-left: 9px;
    color: #fff;
}
.au-column--left .au-section .info-item a{
    display: flex;
}
.au-column--left .au-section .info-item img{
    margin-top:8px;
    margin-right: 10px;
    vertical-align: middle;
    width: 4px;
    height: 6px;
}
.au-column--left .au-section .content .list{
    background: #f1efe0;
}
.au-column--left .au-section .content .list li{
    padding: 11px 0;
    border-bottom: 1px solid #009edb;
    color: #000;
    font-size: 14px;
    text-align: center;
}
.au-column--left .link-content {
    padding: 0 13px;
}
.au-column--left .au-section .link-content.content  .list{
    background: transparent;
}
.au-column--left .au-section .link-content.content  li{
    margin-bottom: 9px;
    border: none;
    padding: 0;
}
.au-column--left .au-section .link-content.content  li img{
    width: 100%;
}

.au-footer{
    background: #009edb;
    padding-top: 34px;
    padding-bottom: 17px;
    color:#fff;
    font-size: 14px;
    text-align: center;
}</pre></body></html>